*:drop(active):focus,
*:drop(active) {
border-color: $fg_color;
- box-shadow: inset 0 0 0 2px fg_color;
+ box-shadow: inset 0 0 0 2px $fg_color;
}
stackswitcher button.text-button {
*:drop(active):focus,
*:drop(active) {
border-color: #fff;
- box-shadow: inset 0 0 0 2px fg_color; }
+ box-shadow: inset 0 0 0 2px #fff; }
stackswitcher button.text-button {
min-width: 100px; }
*:drop(active):focus,
*:drop(active) {
border-color: #000;
- box-shadow: inset 0 0 0 2px fg_color; }
+ box-shadow: inset 0 0 0 2px #000; }
stackswitcher button.text-button {
min-width: 100px; }